projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5c847b
)
(lim_data): Make this an unsigned long.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 11 Jul 1996 23:41:28 +0000
(23:41 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 11 Jul 1996 23:41:28 +0000
(23:41 +0000)
src/mem-limits.h
patch
|
blob
|
history
diff --git
a/src/mem-limits.h
b/src/mem-limits.h
index 54ffc4ba7c7cbbd984d24cd6c668ceb0f0615dde..5b8d9cc7f9ce156565500598aeb4161fc0adf5e5 100644
(file)
--- a/
src/mem-limits.h
+++ b/
src/mem-limits.h
@@
-102,7
+102,7
@@
extern char etext;
static POINTER data_space_start;
/* Number of bytes of writable memory we can expect to be able to get */
-static unsigned
int
lim_data;
+static unsigned
long
lim_data;
#ifdef NO_LIM_DATA
static void